OTIsAckingSends
Determines whether a provider is acknowledging sends.C INTERFACE
Boolean OTIsAckingSends(ProviderRef ref);C++ INTERFACE
Boolean TProvider::IsAckingSends();PARAMETERS
ref
- The provider reference of the provider sending data.
DESCRIPTION
TheOTIsAckingSends
function returnstrue
if the provider acknowledges sends andfalse
if it does not.SEE ALSO
To specify that a provider acknowledge sends, call theOTAckSends
function (page 2-36). To specify that a provider not acknowledge sends, call theOTDontAckSends
function (page 2-37).For additional information, see "Setting a Provider's Send-Acknowledgment Status" on page 2-10.